home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / Internal_53.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  248 b   |  15 lines

  1. on mouseUp
  2.   global gFromWhere
  3.   RodarPrograma("c:\windows\explorer.exe " & gFromWhere & "cliparts")
  4. end
  5.  
  6. on mouseEnter me
  7.   cursor(280)
  8.   set the visible of sprite 40 to 1
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(-1)
  13.   set the visible of sprite 40 to 0
  14. end
  15.